func runtime.stkbucket
3 uses
runtime (current package)
mprof.go#L206: func stkbucket(typ bucketType, size uintptr, stk []uintptr, alloc bool) *bucket {
mprof.go#L345: b := stkbucket(memProfile, size, stk[:nstk], true)
mprof.go#L428: b := stkbucket(which, 0, stk[:nstk], true)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)